home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / eximg / uimgdemo.dfm / uimgdemo.txt
Text File  |  1996-09-15  |  1KB  |  59 lines

  1. object Form1: TForm1
  2.   Left = 218
  3.   Top = 138
  4.   Width = 490
  5.   Height = 428
  6.   ActiveControl = BitBtn1
  7.   Caption = 'Form1'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 482
  19.     Height = 41
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object DBNavigator1: TDBNavigator
  23.       Left = 5
  24.       Top = 8
  25.       Width = 225
  26.       Height = 25
  27.       DataSource = DataSource1
  28.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  29.       TabOrder = 0
  30.     end
  31.     object BitBtn1: TBitBtn
  32.       Left = 240
  33.       Top = 8
  34.       Width = 73
  35.       Height = 25
  36.       TabOrder = 1
  37.       Kind = bkClose
  38.     end
  39.   end
  40.   object ExDBImage1: TExDBImage
  41.     Left = 0
  42.     Top = 41
  43.     Width = 482
  44.     Height = 360
  45.     Align = alClient
  46.     BorderStyle = bsSingle
  47.     Color = clTeal
  48.     ParentColor = False
  49.     TabOrder = 1
  50.     TabStop = True
  51.     FrameColor = clPurple
  52.     FrameWidth = 5
  53.     BorderWidth = 5
  54.     BevelInner = bvLowered
  55.     BevelOuter = bvRaised
  56.     BevelWidth = 1
  57.     Font3D = tdsNone
  58.     ShowCaption = scNo
  59.     PictureBorderWidth = 2